Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failure to parse complex CSS values #7487

Merged
merged 3 commits into from
Mar 16, 2023
Merged

Conversation

westonruter
Copy link
Member

@westonruter westonruter commented Mar 15, 2023

Summary

Fixes #7291

@westonruter westonruter marked this pull request as ready for review March 15, 2023 23:41
@westonruter westonruter added this to the v2.4.1 milestone Mar 15, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Mar 15, 2023

Plugin builds for 27856a7 are ready 🛎️!

@westonruter
Copy link
Member Author

I'm a bit wary of using dev-master but I don't really see there being a choice since there hasn't been a release in so long.

cc @swissspidy

@thelovekesh
Copy link
Collaborator

I'm a bit wary of using dev-master but I don't really see there being a choice since there hasn't been a release in so long.

It makes sense to preserve it for the time being because our plugin appears to function with the changes made to the master up until cc791ad. Also it's a marker for stable changes in case some future release breaks something for us?

Copy link
Collaborator

@thelovekesh thelovekesh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@westonruter westonruter merged commit f8249c1 into develop Mar 16, 2023
@westonruter westonruter deleted the fix/complex-css-values branch March 16, 2023 16:11
@pavanpatil1
Copy link

QA Passed ✅

Cross-checked the issue, the CSS changes are visible fine.

Before:
image

After
image

Also verified in the browser that the complex CSS is enqueued.

image

@westonruter westonruter added the Changelogged Whether the issue/PR has been added to release notes. label Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelogged Whether the issue/PR has been added to release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The complex CSS is removed
4 participants